contains_all

pure function contains_all(values: collection<-T>): boolean

Check if this collection contains all elements of another collection.

Return

true if this collection contains all elements of the given collection, false otherwise

Since

0.9.0

Parameters

values

the collection to check against